Codex/add bboplace 2 0#129
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds BBOPlace as two Frontier-CS 2.0 Harbor tasks using the unified 2.0 adapter:
bboplace_ispd2005bboplace_iccad2015The tasks use CPU-only MP-HPWL evaluation against relaxed MGO baselines from BBOPlace-Bench. Public iterative feedback evaluates the first benchmark in each suite, while final verification reruns the final submission and best iterative artifact across the full benchmark suite.
This also updates the unified 2.0 Harbor adapter to support a separate judge Docker image, so BBOPlace benchmark data/runtime can live in the judge container without changing the agent container or affecting other 2.0 tasks.
Type of Change
Testing
python3 tools/bboplace/check_constants.pyPYTHONPYCACHEPREFIX=/private/tmp/frontier-cs-pycache python3 -m py_compile 2.0/problems/bboplace_ispd2005/evaluator.py 2.0/problems/bboplace_iccad2015/evaluator.py adapters/frontier-cs-2.0/src/frontier_cs_2_0/adapter.py adapters/frontier-cs-2.0/src/frontier_cs_2_0/utils.pybboplace_ispd2005bboplace_iccad2015python3 tools/bboplace/check_generated_tasks.py /private/tmp/frontier-cs-bboplace-generatedvector_db_ann_relaxedas an adapter smoke test.vector_db_ann_relaxedtask does not reference the BBOPlace judge image or BBOPlace data.bboplace_ispd2005: positive quick score onadaptec1bboplace_iccad2015: positive quick score onsuperblue1Checklist
CI Validation (for new problems)
Both new 2.0 problems include
reference.py.